From 587e534b7efaf0b655166879bde4b56a92d04109 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 May 2011 17:53:12 -0400 Subject: [PATCH] Add a misc-alignment reftest This test compares GtkMisc properties and GtkWidget margin and alignment properties. --- tests/reftests/misc-alignment.ref.ui | 103 +++++++++++++++++++++++++ tests/reftests/misc-alignment.ui | 111 +++++++++++++++++++++++++++ 2 files changed, 214 insertions(+) create mode 100644 tests/reftests/misc-alignment.ref.ui create mode 100644 tests/reftests/misc-alignment.ui diff --git a/tests/reftests/misc-alignment.ref.ui b/tests/reftests/misc-alignment.ref.ui new file mode 100644 index 0000000000..2e5927e2b8 --- /dev/null +++ b/tests/reftests/misc-alignment.ref.ui @@ -0,0 +1,103 @@ + + + + + False + popup + + + True + False + + + True + False + True + True + 0 + 0 + label + + + 0 + 0 + 1 + 1 + + + + + True + False + True + True + 0 + 0 + 10 + 10 + label + + + 0 + 1 + 1 + 1 + + + + + True + False + True + True + 20 + 20 + label + + + 0 + 2 + 1 + 1 + + + + + True + False + True + True + 1 + 1 + 10 + 10 + label + + + 0 + 3 + 1 + 1 + + + + + True + False + True + True + 1 + 1 + label + + + 0 + 4 + 1 + 1 + + + + + + diff --git a/tests/reftests/misc-alignment.ui b/tests/reftests/misc-alignment.ui new file mode 100644 index 0000000000..a2852348e7 --- /dev/null +++ b/tests/reftests/misc-alignment.ui @@ -0,0 +1,111 @@ + + + + + False + popup + + + True + False + + + True + False + True + True + 0 + 0 + label + + + 0 + 0 + 1 + 1 + + + + + True + False + start + start + 10 + 10 + 10 + 10 + True + True + label + + + 0 + 1 + 1 + 1 + + + + + True + False + center + center + 20 + 20 + 20 + 20 + True + True + label + + + 0 + 2 + 1 + 1 + + + + + True + False + end + end + 10 + 10 + 10 + 10 + True + True + label + + + 0 + 3 + 1 + 1 + + + + + True + False + end + end + True + True + label + + + 0 + 4 + 1 + 1 + + + + + + -- 2.30.2